projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0622778
)
Change the declaration o encoding
author
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 03:55:24 +0000
(
03:55
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 03:55:24 +0000
(
03:55
+0000)
from `int' to `unsigned char'.
src/fontset.h
patch
|
blob
|
history
diff --git
a/src/fontset.h
b/src/fontset.h
index ac36f3484ded3ad6dce7f84fbaf252bc1ff37795..10c8f6ef0be1e83263cc105908f94d445e4c3d4a 100644
(file)
--- a/
src/fontset.h
+++ b/
src/fontset.h
@@
-71,7
+71,7
@@
struct font_info
whose default value is defined in lisp/fontset.el. Since there's
no charset whose id is 1, we use encoding[1] to store the
encoding information decided by the font itself. */
-
int
encoding[MAX_CHARSET + 1];
+
unsigned char
encoding[MAX_CHARSET + 1];
/* The baseline position of a font is normally `ascent' value of the
font. However, there exists many fonts which don't set `ascent'